What is the time complexity of merge sort :
Options
O(n)
O(n^2)
O(nlogn)
O(log n)


O(nlogn)
